How to: Refer to a form, report, subform, or subreport in an expression.

Solution:


In the query Design View, use the syntax 'Form or Report ! [Form name or Report Name]' in the desired expression.

EXAMPLE: Reports![Invoice]![Invoice Per Order].Report
(where [Invoice] is the name of the main report and [Invoice Per Order] is the name of the subreport).